github.com/klauspost/compress/zstd.encoderState.writeErr (field)
11 uses
github.com/klauspost/compress/zstd (current package)
encoder.go#L51: writeErr error
encoder.go#L130: s.writeErr = nil
encoder.go#L338: if s.writeErr != nil {
encoder.go#L339: s.err = s.writeErr
encoder.go#L351: s.writeErr = fmt.Errorf("panic while encoding/writing: %v", r)
encoder.go#L356: s.writeErr = blk.encode(src, e.o.noEntropy, !e.o.allLitEntropy)
encoder.go#L357: if s.writeErr != nil {
encoder.go#L360: _, s.writeErr = s.w.Write(blk.output)
encoder.go#L447: return s.writeErr
encoder.go#L485: if s.writeErr != nil {
encoder.go#L486: return s.writeErr
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |